home *** CD-ROM | disk | FTP | other *** search
/ Chip 2006 July / CHIP 2006-07.2.iso / program / webcam / wcfree.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2006-06-11  |  1.4 KB  |  35 lines

  1. ;InnoSetupVersion=3.0.5
  2. [Setup]
  3. AppName=WebCam
  4. AppVerName=WebCam 5.00
  5. AppId=WebCam
  6. AppPublisher=TrueTech Canada Inc
  7. AppPublisherURL=http://ww.com/
  8. AppSupportURL=http://ww.com/
  9. AppUpdatesURL=http://ww.com/
  10. DefaultDirName={pf}\WebCam
  11. DefaultGroupName=WebCam
  12. OutputBaseFilename=setup
  13. Compression=zip
  14. PrivilegesRequired=none
  15. LicenseFile=embedded\License.txt
  16. InfoBeforeFile=embedded\InfoBefore.txt
  17. WizardImageFile=embedded\WizardImage0.bmp
  18. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  19. [Files]
  20. Source: "{app}\webcam.exe"; DestDir: "{app}"; Flags: ignoreversion 
  21. Source: "{app}\etc\webcam.conf"; DestDir: "{app}\etc"; Flags: ignoreversion 
  22. Source: "{app}\webcam.ico"; DestDir: "{app}"; Flags: ignoreversion 
  23. [INI]
  24. FileName: "{app}\webcam.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://ww.com/"; 
  25. [Run]
  26. Filename: "{app}\webcam.exe"; WorkingDir: "{app}"; Description: "Launch WebCam"; Flags: postinstall skipifsilent nowait
  27. [Icons]
  28. Name: "{group}\WebCam"; Filename: "{app}\webcam.exe"; WorkingDir: "{app}"; 
  29. Name: "{group}\WebCam on the Web"; Filename: "{app}\webcam.url"; 
  30. Name: "{userdesktop}\WebCam"; Filename: "{app}\webcam.exe"; WorkingDir: "{app}"; Tasks: desktopicon; 
  31. [Tasks]
  32. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  33. [UninstallDelete]
  34. Type: files; Name: "{app}\webcam.url"; 
  35.